home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
utilities
/
u118.dms
/
in.adf
/
top
/
makefile.old
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-12-06
|
228 b
|
18 lines
#
# Makefile for the optimizer
#
OBJ = main.o io.o util.o sym.o func.o branch.o inst.o opcodes.o \
peep.o health.o data.o
CFLAGS = -O
xtop.ttp : $(OBJ)
cc $(OBJ) -o xtop.ttp
clean:
$(RM) *.o
clobber:
$(RM) *.o xtop.ttp